<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {margin:0; padding:0;}
body , html{color:black;font-family:'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;}
body {width: 100%;overflow-y: scroll;}
body::-webkit-scrollbar {width: 8px;height: 8px;background: #ececec;}
body::-webkit-scrollbar-thumb {border-radius: 4px;background: #006AAA;}
ul, ol,li,dd,dl{ list-style:none;} 
a{text-decoration: none;}
.b-abos,.w01-abou,.w01-absa,.ht-sop,.h-ss,.w02-tex,.w03-absa,.w02-lunbo,.w02-lunboa,.foot-right,.kut ul,.b-abpp,.b-abpa,.w13-box a,.w13-b4,.i-cou,.w20-li a,.w20-li a span{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}

.main{width: 1538px;margin: 0 auto;}
.container{}
.all-bj{background: #f8f8f8;}

@font-face {
	font-family: "MBold";
	src: url('../font/MiSans-Bold.ttf');
}
@font-face {
	font-family: "MRegular";
	src: url('../font/MiSans-Regular.ttf');
}


/* header */
.header{background: #FFFFFF;position: relative;}
.h-box{display: flex;align-items: center;height: 100%;justify-content: space-between;padding: 18px 0;}
.h-bl{display: flex;align-items: center;height: 100%;}
.h-br{display: flex;align-items: center;height: 100%;}
.h-logo{margin-right: 1.955vw;}
.h-logo img{max-width: 100%;display: block;}

.banner{margin-top:54px;margin-bottom:60px;}
.h-top{background:#f8f8f8;position:absolute;top:100%;left:0;width:100%;;z-index: 2;}
.h-topa{max-width:1538px;width:96%;margin:auto;}
.header-fixed{position: fixed;top: 0;left: 0;right: 0;box-shadow: 0 1px 10px rgba(0, 0, 0, .1);z-index: 999;}
.h-nav{list-style-type: none;display: flex;align-items: center;height: 100%;justify-content: flex-end;line-height:54px;}
.h-li{margin: 0 1.955vw;}
.h-li:last-child{margin-right: 0;}
.h-a{display: block;font-size:16px;color: #000;position: relative;transition: all .2s;white-space:nowrap}
.h-a::before{content: '';position: absolute;bottom: 20%;right: 50%;width: 0;transition: all .5s;height: 0.10vw;background: #db241c;}
.h-a::after{content: '';position: absolute;bottom: 20%;left: 50%;width: 0;transition: all .5s;height: 0.10vw;background: #db241c;}
.h-a:hover:before{width: 50%;transition: all .5s;}
.h-a:hover::after{width: 50%;transition: all .5s;}
.h-nav .on .h-a::before{width: 50%;transition: all .5s;}
.h-nav .on .h-a::after{width: 50%;transition: all .5s;}
.h-a:hover{color: #db241c;transition: all .2s;}
.h-kd{margin: 0 1.04vw;width: 1px;height: 12px;background: #CCCCCC;}
.ht-sop{align-items: center;margin-right:30px;font-size:14px;color:#444;}
.ht-sop p{margin:0 30px;color:#db241c;font-size:19px;}
.ht-sop a{color:#444;}
.ht-sop a:hover{color:#db241c;}
.h-ss{border:1px solid #ccc;align-items: center;}
.h-ss input{border:none;box-sizing:border-box;padding:5px;outline: none;}
.h-ss a{display:inline-block;padding:3px 10px;}

.h-yy{display: flex;align-items: center;}
.h-yy2{font-size: 0.73vw;color: #999999;outline: none;border: none;cursor: pointer;}
.h-li{position: relative;}
.h-li-xl{position: absolute;background: #FFFFFF;left: 50%;transform: translateX(-50%);box-shadow: 0 5px 10px rgba(0, 0, 0, .1);display: none;}
.h-li-xl a{display: block;font-size: 15px;color: #333333;line-height: 40px;white-space: nowrap;text-align: center;padding:0 30px;}
.h-li-xl a:hover{background:#db241c;color:#fff;}
.h-er{position: relative;}
.h-er dl{position:absolute;top:0;left:100%;background: #fff;display:none;}
.h-er:hover dl{display:block;}

/* 移动 */
.m-header{display: none;background: white;padding: 0 10%;position: fixed;top: 0;left: 0;right: 0;z-index: 999;}
.m-header-fixed{top: 0;transition: all .5s;box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.m-header-nav{display: flex;align-items: center;height: 60px;justify-content: space-between;}
.m-header-logo img{width: 100%;}
.m-header-logo{text-align: left;width: 80%;}
.m-header-box{position: fixed;top: 60px;left: 0;right: 0;bottom: 0;background: white;padding: 20px 10%;overflow-y: auto;display: none;z-index: 999;border-top: 1px solid rgba(204, 204, 204, .3);}
.m-header-box-fixed{top: 60px;}
.m-header-ul{margin-bottom: 30px;}
.m-header-ul li{padding: 15px 0;list-style-type: none;border-bottom: 1px solid rgba(204, 204, 204, .3);display: flex;justify-content: space-between;align-items: center;}
.m-header-ul a{font-size: 16px;color: #333333;}
.m-header-input{display: flex;align-items: center;margin-bottom: 30px;}
.m-header-ss{height: 50px;width: 10%;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(204, 204, 204, .3);border-right: none;}
.m-header-input input{height: 50px;width: 90%;background: transparent;outline: none;border: 1px solid rgba(204, 204, 204, .3);border-left: none;font-size: 16px;color: #333333;}
.m-header-input input::-webkit-input-placeholder{font-size: 16px;color: #333333;}
.m-header-btn{font-size: 18px;color: white;display: flex;align-items: center;justify-content: center;width: 100%;height: 50px;background: #333333;margin-bottom: 20px;}
.m-header-p{line-height: 40px;font-size: 16px;color: #333333;display: flex;align-items: center;justify-content: center;}
.m-header-p a{border-bottom: 1px solid white;margin-left: 8px;color: #333333;}
.m-header-mbox div{padding: 5px 0;}
.m-header-mbox p{padding:10px 0 10px 30px;border-bottom:1px solid #eee;}
.m-header-mbox{padding: 10px 0;}
.m-header-mbox a{font-size: 14px !important;}
.no{display: none;width: 22px;}
.no img{width: 100%;max-width: 100%;}
.fenlei{width: 30px;}
.fenlei img{width: 100%;max-width: 100%;}
.m-box-mbox2{display: flex;align-items: center;}
.m-box-mbox2 img{margin-right: 5px;height: 12px;width: 100%;max-width: 18px;display: block;}
.xxx{display: none;}

/* banner */
.banner-lunbo{position: relative;}
.banner-box{position: relative;}
.banner-box img{display:block;width:100%;transition: all 1s;}
.banner .swiper-slide-active .banner-box img{transform: scale(1.05)}
.banner-boxs{display:none;}
.banner-txt{position: absolute;top: 14.01vw;left: 11.25vw;}
.banner-txt1{font-size: 2.29vw;color: #FFFFFF;line-height: 3.44vw;box-shadow: 0 1px;}
.banner-txt2{font-size: 3.54vw;color: #FFFFFF;font-family: "SourceHanSansCN-Bold";line-height: 1;padding-bottom: 2.24vw;}
.banner-img{position: absolute;bottom: 2.14vw;right: 17.97vw;}
.banner-video{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.banner-lunbo .swiper-pagination{position: absolute;left: 0;right: 0;bottom: 1.56vw;}
.banner-lunbo .swiper-pagination-bullet{width: 11px;height: 11px;background: #FFFFFF;opacity: 0.6;border-radius: 50%;margin: 0 0.52vw;}
.banner-lunbo .swiper-pagination-bullet-active{opacity: 1;background: #48A3CB;}
.banner-lunbo .swiper-button-next{right: 5.00vw;}
.banner-lunbo .swiper-button-prev{left: 5.00vw;}

/* w01 */
.w01-box{background-size: cover;background-position: center;background-repeat: no-repeat;padding:60px 0;background-attachment: fixed;margin-bottom:60px;}
.w01-txt1{font-size: 40px;color: #333333;font-family: "SourceHanSansCN-Bold";padding-bottom: 0.63vw;position: relative;text-align: center;}
.w01-txt1-1{font-size: 2.19vw;color: #333333;font-family: "Outfit-SemiBold";position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);opacity: .1;}
.w01-txt2{font-size: 18px;color: #333333;padding-bottom: 2.34vw;text-align: center;}
.w01-txt3{font-size: 18px;color: #3b3b3b;text-align: center;padding-bottom: 4.38vw;}
.w01-txt4{display: grid;grid-template-columns:repeat(4,minmax(0,1fr));}
.w01-txt5-t{display: flex;align-items: flex-start;font-size: 16px;color: #db241c;line-height: 1;margin-bottom: 1.04vw;}
.w01-txt6{text-align:center;margin-bottom:20px;}
.w01-txt6 p{display:inline-block;width:40px;height:5px;background:#db241c}
.w01-timer{font-size:36px;margin-right: 8px;line-height: .7;font-family: "Outfit-Bold";}
.w01-txt5-b{font-size:16px;color: #333;}

.w01-abou{justify-content:space-between;background: #fff}
.w01-aboua{width:45%;cursor: pointer;position: relative;}
.w01-aboua img{display:block;width:100%;}
.w01-aboua:after{width:60px;height:60px;background-image:url("../images/a5x.png");background-size: 100% 100%;background-repeat: no-repeat;content: '';display:block;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%)}

.w01-aboub{width:50%;box-sizing: border-box;padding:4%;}
.w01-aboub .w01-txt3{font-size:16px;text-align: left;line-height:26px;padding-bottom:40px;color:#666;}
.w01-aboubc{font-size:24px;margin-bottom:30px;}
.w01-abouba{margin-top:50px;}
.w01-abouba a{display:inline-block;padding:10px 30px;background: #db241c;color:#fff;}

.w01-abs{position:fixed;top:0;left:0;width: 100%;height:100%;z-index: 9999;display: none;}
.w01-abst{background: rgb(0 0 0 / 50%);position: absolute;top:0;left:0;width: 100%;height:100%;content: '';}
.w01-absa{align-items: center;width: 100%;height:100%;justify-content: center;}
.w01-absa video{width:600px;max-width:100%;}
.w01-absaa{position:relative;z-index: 2;}
.w01-absaaa{position:absolute;top:0;right:0;color:#fff;font-size:20px;z-index: 1;width:30px;text-align: center;cursor: pointer;}

.w03-abs{position:fixed;top:0;left:0;width: 100%;height:100%;z-index: 9999;display: none;}
.w03-abst{background: rgb(0 0 0 / 50%);position: absolute;top:0;left:0;width: 100%;height:100%;content: '';}
.w03-absa{align-items: center;width: 100%;height:100%;justify-content: center;}
.w03-absa video{width:600px;max-width:100%;}
.w03-absaa{position:relative;z-index: 2;}
.w03-absaaa{position:absolute;top:0;right:0;color:#fff;font-size:20px;z-index: 1;width:30px;text-align: center;cursor: pointer;}


/* w02 */
.w02-box{padding: 0px 0 80px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.w02-box .w01-txt1{}
.w02-box .w01-txt3{padding-bottom:3.13vw;}
.w02-title{display: flex;align-items: center;justify-content: center;margin-bottom: 3.13vw;}
.w02-t{padding: 0.63vw 1.3vw;margin: 0 0.78vw;background: #FFFFFF;border: 1px solid rgba(204,204,204,0.5);cursor: pointer;transition: all .3s;font-size: 0.94vw;color: #666666;line-height: 1;}
.w02-t:hover{background: #db241c;color: #FFFFFF;transition: all .3s;}
.w02-title .on{background: #db241c;color: #FFFFFF;}
.w02-lunbo{position: relative;margin-bottom:20px;}
.w02-lunboa{width:150px;background: #ECF2F5;border-top-left-radius:10px;border-bottom-left-radius: 10px;box-sizing:border-box;padding:20px;padding-right:0;flex-wrap: wrap;align-content:space-around;}
.w02-lunboaa{width:100%;}
.w02-lunboaa span{display:block;font-size:22px;margin-bottom:10px;}
.w02-lunboaa samp{display:block;font-size:20px;}
.w02-lunboab a{color:#fff;background:#db241c;font-size:12px;padding:5px 10px;border-radius: 20px;}
.w02-lunbo .swiper-slide a{display:block;box-sizing: border-box;padding:10px;}
.w02-lb{background: #fff;padding: 0px 0 20px;display: flex;flex-direction: column;align-items: center;position: relative;overflow: hidden;box-shadow: 0 0 10px #ccc;}
.w02-lb5{flex-direction: column;align-items: center;transition: all .5s;width:85%;}
.w02-lb1{overflow: hidden;display: flex;align-items: center;justify-content: center;margin-bottom:24px;background: #fff;position: relative;}
.w02-lb1 img{max-width: 100%;display: block;transition: all .7s;}
.w02-lb1 p{position:absolute;top:10px;right:10px;display:inline-block;text-align:center;padding:5px;background:#db241c;color:#fff;z-index: 1;}
.w02-lb1 p:after{position:absolute;top:100%;right:0;border-top:10px solid #db241c;border-right:10px solid rgb(255 255 255 / 0%);content: '';}
.w02-lb2{font-size:16px;color: #333;margin-bottom: 0.83vw;max-width: 384px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.w02-lb3{font-size:20px;color: #000;max-width: 384px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.w02-lb4{font-size: 14px;color: #000;margin:24px auto 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;    line-height: 24px;}
.w02-lb7{text-align: right;margin-top:20px;}
.w02-lb7 p{display:inline-block;border:1px solid #333;border-radius: 2px;text-align: center;    padding: 8px 12px;}
.w02-lb7 p img{display:block;}
.w02-lb7 p:hover{background:#db241c;border:1px solid #db241c;}
.w02-lb7 p:hover img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.w02-lunbo .swiper-container{position: relative;}
.w02-lunbo .swiper-button-next{background:url("../images/img16.png") center no-repeat;width:30px;height: 30px;right:-50px;}
.w02-lunbo .swiper-button-prev{background:url("../images/img15.png") center no-repeat;width:30px;height: 30px;left:-50px;}
.w02-lb6{position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;background: rgba(0, 0, 0, .5);padding: 0 1.93vw;opacity: 0;transition: all .5s;transform: translateY(700px);}
.w02-lb6-1{font-size: 1.46vw;color: #FFFFFF;margin-bottom: 0.57vw;}
.w02-lb6-2{font-size: 1.46vw;color: #FFFFFF;font-family: "SourceHanSansCN-Bold";margin-bottom: 2.08vw;}
.w02-lb6-3{font-size: 0.83vw;color: rgba(255, 255, 255, .8);line-height: 1.25vw;margin-bottom: 3.23vw;text-align: justify;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 7;display: -webkit-box;-webkit-box-orient: vertical;}
.w02-lb6-4 img{max-width: 100%;display: block;}
.w02-lb:hover .w02-lb6{transition: all .7s;transform: translateY(0);opacity: 1;}
.w02-lb:hover .w02-lb1 img{transform: scale(1.1);transition: all .7s;}
.w02-lb:hover .w02-lb3{color:#db241c;}
.w02-lb:hover .w02-lb4{color:#000000;}
.w02-all-lunbo{position: relative;}
.w02-wz{display:block;}
.w02-tex{justify-content:space-between;margin-bottom:30px;align-items: center;}
.w02-texa{position:relative;width:50%;}
.w02-texa h5{font-size: 2vw;color:#333;font-weight: normal;z-index: 1;position: relative;}
.w02-texa p{display: inline-block;width: 40px;height: 5px;background: #db241c;}
.w02-texb a{color:#db241c;}



/* w03 */
.w03-box{padding:60px 0;background: #ECF2F5;}
.w03-box .w01-txt1{margin-bottom:.;}
.w03-box .w01-txt3{padding-bottom: 2.95vw;}
.w03-b{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));}
.w03-b-r{overflow: hidden;position:relative;cursor: pointer;}
.w03-b-r:after{width:60px;height:60px;background-image:url("../images/a5x.png");background-size: 100% 100%;background-repeat: no-repeat;content: '';display:block;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%)}
.w03-b-r img{width: 100%;max-width: 100%;display: block;transition: all .5s;}
.w03-b-l{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));}
.w03-b-l-box{display: flex;flex-direction: column;align-items: center;justify-content: center;border-left: 1px solid #d1d7d9;border-top: 1px solid #d1d7d9;}
.w03-b-l-box:nth-child(3){border-bottom: 1px solid #d1d7d9;}
.w03-b-l-box:nth-child(4){border-bottom: 1px solid #d1d7d9;}
.w03-b-l-box1{margin-bottom: 0.99vw;}
.w03-b-l-box1 img{max-width: 100%;}
.w03-b-l-box2{font-size:24px;color: #666666;margin-bottom: 1.51vw;text-align: center;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}
.w03-b-l-box3{font-size: 16px;color: #666666;line-height:26px;text-align: center;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.w03-b:hover .w03-b-r img{transform: scale(1.1);transition: all .5s;}
.w03-b-l-box:hover{background: #db241c;transition: all .3s;}
.w03-b-l-box:hover .w03-b-l-box1 img{filter: brightness(100);}
.w03-b-l-box:hover .w03-b-l-box2{color: #FFFFFF;}
.w03-b-l-box:hover .w03-b-l-box3{color: #FFFFFF;}

/* w04 */
.w04-box{padding: 60px 0;}
.w04-box .w01-txt1{margin-bottom: 0;}
.w04-box .w01-txt3{padding-bottom: 3.13vw;}
.w04-a{overflow: hidden;}
.w04-a ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;margin-right:-2%;flex-wrap: wrap;}
.w04-a li{width:23%;margin:0 2% 30px 0;position: relative;overflow: hidden;}
.w04-a li img{display:block;width:100%;transition:all 0.3s;}
.w04-aa{overflow:hidden;}
.w04-ab{position:absolute;bottom:0px;left:0px;box-sizing:border-box;width:100%;text-align: center;}
.w04-ab h4{color:#fff;transition:all 0.3s;font-size:24px;display:inline-block;background:rgb(0 0 0 / 70%);line-height:40px;padding:0 25px;border-radius: 10px;transform: translateY(100%);}
.w04-a li:hover img{transform:scale(1.1);}
.w04-a li:hover .w04-ab h4{transform: translateY(-20%);}


/* w05 */
.w05-box{padding: 6.25vw 0 7.29vw;background: #EBF1F4;}
.w05-box .w01-txt1{margin-bottom: 3.13vw;}
.w05-b{background-size: cover;background-repeat: no-repeat;background-position: center;height: 32.19vw;display: grid;grid-template-columns: repeat(3,minmax(0,1fr));align-items: stretch;}
.w05-c{position: relative;border: 1px solid rgba(255, 255, 255, .3);height: 100%;}
.w05-c::after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .3);z-index: 1;transition: all .4s;}
.w05-d{margin: 5.21vw 2.29vw;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;overflow: hidden;}
.w05-e{display: flex;flex-direction: column;align-items: center;justify-content: flex-end;height: 100%;transform: translateY(9.38vw);transition: all .5s;}
.w05-a{height: 100%;}
.w05-d1{margin-bottom: 1.56vw;}
.w05-d1 img{filter: brightness(100);}
.w05-d2{font-size: 1.46vw;color: #FFFFFF;margin-bottom: 1.82vw;}
.w05-d3{font-size: 0.73vw;color: #FFFFFF;margin-bottom: 2.34vw;line-height: 1.15vw;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.w05-d4{font-size: 0.73vw;color: #FFFFFF;padding: 0.83vw 1.88vw;background: #024287;}
.w05-c:hover .w05-e{transform: translateY(0);transition: all .7s;}
.w05-c:hover::after{bottom: 100%;transition: all .5s;}

/* w06 */
.w06-box{padding:0 0 120px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.w06-box .w01-txt1{margin-bottom: 3.75vw;}
.w06-b{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));align-items: flex-start;}
.w06-c{overflow: hidden;}
.w06-c img{width: 100%;max-width: 100%;display: block;transition: all .5s;}
.w06-b:hover .w06-c img{transform: scale(1.1);transition: all .5s;}
.w06-d{margin-left: 5.73vw;border-top: 0.16vw solid #db241c;padding-top: 1.67vw;}
.w06-f{display: grid;grid-template-columns: 10% auto;}
.w06-f-l{font-size: 0.73vw;color: #222222;font-family: "Outfit-Light";}
.w06-f-r1{font-size: 20px;color: #666666;line-height: 1;}
.w06-f-r2{font-size: 16px;color: #222222;font-family: "Outfit-VariableFont_wght";padding: 0.68vw 0 1.15vw;}
.w06-f-r3{font-size: 16px;color: #222222;padding-bottom: 1.04vw;}
.w06-f-r4{font-size: 16px;color: #222222;font-family: "Outfit-Light";box-shadow: 0 1px;display: initial;}
.w06-f-r5{display: none;}
.w06-f-r{border-bottom: 1px solid rgba(204, 204, 204, .5);padding-bottom: 1.93vw;margin-bottom: 1.56vw;cursor: pointer;}
.w06-e .on .w06-f-l{color: #db241c;}
.w06-e .on .w06-f-r1{color: #db241c;}

/* w07 */
.w07-box{position: relative;}
.w07-a{position: absolute;top: 0;left: 0;right: 0;z-index: 1;}
.w07-img{width: 100%;max-width: 100%;display: block;}
.w07-b{padding-top: 19.64vw;z-index: 2;position: relative;}
.w07-footer{position: absolute;bottom: 0;left: 0;right: 0;}
.w07 .footer{background: transparent;}
.w07-title{font-size: 1.98vw;color: #FFFFFF;line-height: 3.54vw;position: absolute;top: 5.57vw;left: 14.95vw;z-index: 2;}
.w07-aa{position: relative;}
.w07-aaa{position: absolute;left: 46%;bottom: 0;right: 0;}
.w07-bb{background: #EBF1F4;border-radius: 180px 180px 0px 0px;width: 100%;height: 23.75vw;}

/* footer
footer{background:#1e7cb9;font-family: "MRegular";}
.foot-container{display:flex;}
.foot-title p{color:#333;font-size:18px;}
.foot-left{width:calc(1200 / 1920 *100%);}
.foot-left-up{padding:40px;padding-right:30px;padding-left:0;border-right:1px solid #d1d7d9;}
.foot-list{display:flex;justify-content:space-between;padding-right:50px;}
.foot-nav-a .s18{color:#000;font-size:18px;}
.fb-list .s16{color:#000;margin-bottom:15px;display:block;font-size:16px;}
.fb-list .s16:hover{color:#db241c;}
.foot-nav-a::after{display:block;content:'';width:12px;height:2px;background-color:#999;margin:20px 0;}
.foot-nav-btn{display:none;}
.foot-nav-btn img{transition:all .3s;}
.foot-left-down{padding:40px 0;border-top:1px solid #d1d7d9;border-right:1px solid #d1d7d9;}
.foot-right{padding:40px;padding-right:0;}
.share-list{display:flex;align-items:center;}
.share-logo{display:flex !important;align-items:center;justify-content:center;width:42px;height:42px;background-color:rgba(255,255,255,.2);border-radius:50%;margin-right:0.15rem;position:relative;}
.share-logo img.active{display:none;}
.share-logo:hover img.active{display:block;}
.share-logo:hover{background-color:#ffffff;}
.share-logo:hover&gt;img{display:none;}
.fr-phone .s16{color:#000;font-size:16px;}
.fr-phone .s36{color:#db241c;margin-top:.1rem;font-size:36px;}
.fr-add{margin:.35rem 0 0.1rem;}
.fr-add p{line-height:34px;color:#000;}
.fr-b{margin-top:0rem;text-align: center;color:#fff;opacity: 0.7;padding:20px 0;background: #2b2b2b;}
.fr-b .s16{color:#ffffff;font-size:16px;}
.fr-c{margin-top:30px;}
.fr-c ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.fr-c li{position:relative;margin-right:20px;}
.fr-c span{border:1px solid #fff;border-radius: 50%;box-sizing:border-box;padding:10px;width:46px;display:block;cursor: pointer;opacity: 0.5;transform: all 0.5s;}
.fr-c span img{width:100%;}
.fr-c p{position:absolute;bottom:100%;left:-45px;width:128px;box-sizing:border-box;padding-bottom:15px;;display:none;}
.fr-c p img{width:100%;display: block;box-sizing:border-box;padding:10px;background:#fff;}
.fr-c li:Hover span{opacity: 1;background:#f37c00;border:1px solid #f37c00;}
.fr-c li:Hover p{display:block;}
.fr-c p:after{content: "";position: absolute;left: 50%;margin-left: -10px;bottom: -5px;border: 10px solid transparent;border-top: 10px solid #fff;}
.fr-d{margin:20px 0;text-align:center;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.fr-d p{width:120px;margin-right:20px;color:#555555;line-height:30px;font-size:14px;}
.fr-d img{width: 100%;}

.foot-logo{margin-bottom:10px;}
.nav-item{display:flex;align-items:center;}
.nav-list{display:flex;align-items:center;flex-wrap:wrap;}
.nav-list .nav-item{transition:.3s all;color:#999;height:100%;display:flex;align-items:center;line-height:1.6;}
.nav-list a.nav-item:hover .nav-name{color:#f08519;}
.crumbs-content-left{}
.crumbs-wrap-top .nav-item .s16{}
.nav-item:last-child .s16.line{display:none;}
.nav-item img{margin-right:.1rem;}
.nav-item .s16.line{margin:0 .05rem;}
.crumbs-content-link{padding:0.3rem 0;}
.cr-list a{padding:.15rem .2rem;}
.cr-list a{color:#ffffff;display:flex;align-items:center;}
.crumbs-content-top .cr-list a::before{content:'.';display:block;color:#ffffff;line-height:.2rem;margin-right:.05rem;margin-top:-.1rem;}
.crumbs-content-bot .cr-list a::before{color:#666;}
.cr-list .s16:first-child{margin-left:0;}
.crumbs-content-top{background-color:#2555a4;}
.crumbs-content-top .cr-list a.active{background-color:#f08519;}
.crumbs-content-bot{border-bottom:1px solid #999;}
.crumbs-content-bot .cr-list a{color:#666;padding-bottom:0.1rem;padding-top:0.3rem;}
.cr-list a.active{}
.h-wrap{max-width:1538px;width:96%;margin:auto;justify-content: space-between;}*/

footer{background:#00428e;font-family: "MRegular";}
.foot-container{display:flex;}
.foot-title p{color:#333;font-size:18px;}
.foot-left{width:350px;}
.foot-spo{width:calc(100% - 350px);box-sizing:border-box;padding-left:5%;border-left:1px solid #004ca4;}
.foot-left-up{}
.foot-list{display:flex;justify-content:space-between;}
.foot-nav-a .s18{color:#fff;font-size:20px;}
.fb-list .s16{color:#eee;margin-bottom:15px;display:block;font-size:16px;}
.fb-list .s16:hover{color:#db241c;}
.foot-nav{padding-right: 3%;position:relative;margin-bottom:30px;}
.foot-nav::after{content:'';width:2px;height:16px;background-color:#fff;position:absolute;top:6px;right:0;}
.foot-nav a{color:#fff;font-size:20px;}
.foot-left-down{padding:40px 0 0;}
.foot-right{justify-content: space-between;margin-bottom:40px;}
.share-list{display:flex;align-items:center;}
.share-logo{display:flex !important;align-items:center;justify-content:center;width:42px;height:42px;background-color:rgba(255,255,255,.2);border-radius:50%;margin-right:0.15rem;position:relative;}
.share-logo img.active{display:none;}
.share-logo:hover img.active{display:block;}
.share-logo:hover{background-color:#ffffff;}
.share-logo:hover&gt;img{display:none;}
.fr-phone .s16{color:#fff;font-size:16px;}
.fr-phone .s36{color:#db241c;margin-top:.1rem;font-size:36px;}
.fr-add{margin:.35rem 0 0.1rem;}
.fr-add p{line-height:34px;color:#fff;}
.fr-b{margin-top:0rem;text-align: center;color:#fff;opacity: 0.7;padding:20px 0;background: #00397b;}
.fr-b .s16{color:#ffffff;font-size:16px;}
.fr-c{margin-top:30px;}
.fr-c ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.fr-c li{position:relative;margin-right:20px;}
.fr-c span{border:1px solid #fff;border-radius: 50%;box-sizing:border-box;padding:10px;width:46px;display:block;cursor: pointer;opacity: 0.5;transform: all 0.5s;}
.fr-c span img{width:100%;}
.fr-c p{position:absolute;bottom:100%;left:-45px;width:128px;box-sizing:border-box;padding-bottom:15px;;display:none;}
.fr-c p img{width:100%;display: block;box-sizing:border-box;padding:10px;background:#fff;}
.fr-c li:Hover span{opacity: 1;background:#f37c00;border:1px solid #f37c00;}
.fr-c li:Hover p{display:block;}
.fr-c p:after{content: "";position: absolute;left: 50%;margin-left: -10px;bottom: -5px;border: 10px solid transparent;border-top: 10px solid #fff;}
.fr-d{margin:20px 0;text-align:center;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.fr-d p{width:120px;margin-right:20px;color:#555555;line-height:30px;font-size:14px;}
.fr-d img{width: 100%;}

.foot-logo{}
.nav-item{display:flex;align-items:center;}
.nav-list{display:flex;align-items:center;flex-wrap:wrap;}
.nav-list .nav-item{transition:.3s all;color:#999;height:100%;display:flex;align-items:center;line-height:1.6;}
.nav-list a.nav-item:hover .nav-name{color:#f08519;}
.crumbs-content-left{}
.crumbs-wrap-top .nav-item .s16{}
.nav-item:last-child .s16.line{display:none;}
.nav-item img{margin-right:.1rem;}
.nav-item .s16.line{margin:0 .05rem;}
.crumbs-content-link{padding:0.3rem 0;}
.cr-list a{padding:.15rem .2rem;}
.cr-list a{color:#ffffff;display:flex;align-items:center;}
.crumbs-content-top .cr-list a::before{content:'.';display:block;color:#ffffff;line-height:.2rem;margin-right:.05rem;margin-top:-.1rem;}
.crumbs-content-bot .cr-list a::before{color:#666;}
.cr-list .s16:first-child{margin-left:0;}
.crumbs-content-top{background-color:#2555a4;}
.crumbs-content-top .cr-list a.active{background-color:#f08519;}
.crumbs-content-bot{border-bottom:1px solid #999;}
.crumbs-content-bot .cr-list a{color:#666;padding-bottom:0.1rem;padding-top:0.3rem;}
.cr-list a.active{}
.h-wrap{max-width:1538px;width:96%;margin:auto;justify-content: space-between;align-items: center;}


/* banner-top */
.banner-top-bj{height: 19.00vw;background-size: cover;background-repeat: no-repeat;background-position: center;overflow: hidden;display: flex;align-items: center;justify-content:flex-end;flex-direction: column;}
.banner-top-txt{font-size: 30px;color: #FFFFFF;line-height: 1;}
.banner-top-txt p{padding:18px 40px;background:rgb(219 36 28 / 70%);color:#fff;font-weight:  bold;display:inline-block;}

/* w08 */
.kuan{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;justify-content: space-between;align-items: center;}
.kus{font-size:14px;}
.kus a{color:#333;display:inline-block;margin-right:10px;}
.kus p{color:#666;margin:22px 0;}
.kut{margin-top:30px;}
.kut ul{align-items: center;justify-content: center;flex-wrap: wrap;}
.kut ul li{margin:5px;box-sizing:border-box;}
.kut ul a{color:#db241c;display:block;padding:12px 28px;border-radius: 10px;border:2px solid #db241c;transition: all 0.3s;}
.kut ul li.kts a{color:#fff;background:#db241c;box-shadow: 0 5px 0px #950902;transform: translateY(-5px);}
.kut ul li:hover a{color:#fff;background:#db241c;box-shadow: 0 5px 0px #950902;transform: translateY(-5px);}


.w08-nav{box-shadow: 1px -8px 80px 0px rgba(0,0,0,0.05);background: #FFFFFF;}
.nav-fixed{position: fixed;top: 0;left: 0;right: 0;z-index: 99999;}
.w08-box{display: flex;align-items: center;max-width:70%;flex-wrap: wrap;}
.w08-a{transition: all .3s;margin-right: 1vw;padding: 20px 20px;border-bottom: 2px solid #FFFFFF;font-size: 16px;color: #333;white-space: nowrap;box-sizing:border-box;}
.w08-a:last-child{margin: 0;}
.w08-box .on{color: #db241c;border-color: #db241c;}
.w08-a:hover{color: #db241c;border-color: #db241c;transition: all .3s;}
.w08-b{padding:50px 0;}
.w08-b .w01-txt1{margin-bottom:70px;}
.w08-bb{display: grid;grid-template-columns: 34% auto;gap: 5.99vw;align-items: center;}
.w08-bb-img{overflow: hidden;}
.w08-bb-img img{width: 100%;max-width: 100%;display: block;transition: all .7s;}
.w08-bb-txt{font-size: 16px;color: #444;line-height:30px;margin-bottom:30px;}
.w08-bb-txt h4{font-size:22px;margin-bottom:20px;}
.w08-bb:hover img{transform: scale(1.2);transition: all .7s;}

.sty{padding:50px 0;}
.sty ul{display: grid;grid-template-columns: repeat(4,minmax(0,1fr));gap:30px;}
.sty ul li{text-align:center;box-sizing:border-box;border:1px solid #eee;transition:all 0.3s;}
.sty ul img{width:100%;display:block;}
.sty ul a{display:block;color:#555;}
.sty ul p{padding:15px 0;}
.sty ul li:hover{box-shadow:0 0 10px #999;}

.b-abou{font-size:36px;color:#333333;}
.b-abou p{font-size:20px;position:relative;}
.b-abou p:after{content:'';position:absolute;top:0;left:-25px;width:20px;height:20px;background:url("../images/it1.png") center no-repeat;background-size:100%;object-fit: cover; }
.b-abou h4{font-weight: normal;}

.b-abpp{justify-content: space-between;}
.b-abpa{align-items: center;}
.b-abpa p{display:block;padding:10px 30px;box-sizing:border-box;border:1px solid #ccc;margin-left:10px;cursor: pointer;}
.b-abpa p.ns{background: #db241c;color:#fff;}
.b-abpa p:hover{background: #db241c;color:#fff;}
.b-abos{justify-content: space-between;margin-top:40px;background:rgb(240, 242, 247);align-items: center;}
.b-abxx{margin:0 auto ;padding: 1.1rem 0 0.4rem;}
.b-abxxa{width:65%;position:relative;}
.b-abxxa img{width:100%;position:relative;z-index:1;display:block;}
.b-abxxb{width:30%;box-sizing:border-box;padding-right:40px;}
.b-abxxba{width:50px;height:3px;background:#db241c;margin:0px 0 30px;}
.b-abxxbb{font-size:18px;line-height:40px;font-weight: bold;color:#26334c;}

#abx{padding-top:60px;}
.b-abs{background: url("../images/cooperative-customers1.jpg") center no-repeat;background-size: 100% 100%; object-fit: cover;padding-bottom:50px;}
.b-absa{margin:auto;}
.bai{color:#fff;}
.b-abst{background:#fff;box-sizing:border-box;}
.b-absb{overflow: hidden; cursor: col-resize;display:none;}
.b-absb li{text-align:center;background: #fff;height:auto;}
.b-absb li a{display:block;}
.b-absb li div{display:-webkit-flex;display:-o-box;display:-ms-box;display:-moz-flexbox;display:flex;;align-items: center;}
.b-absb li img{width:70%;margin:auto;padding:0;}
.b-absb li p{padding:20px 0;border-top:1px solid #e6e8ed;color:#666;}
.b-absb li a:hover{ cursor: col-resize;}
.b-absj{margin-top:30px;text-align: center;}

.c-abt{background:url("../images/index-tool-bg.jpg") center no-repeat;margin:80px auto 0;padding:80px 0;}
.c-abs{margin:80px auto 0;}
.c-abs img{width:100%;}



/* w09*/
.w09 .w01-txt1{margin-bottom: 0;}
.w09-img{width: 100%;max-width: 100%;display: block;}
.w09-c-b{position: relative;margin-left: 6px;}
.w09-c-b::after{content: '';position: absolute;width: 9px;height: 9px;background: #000000;top: 20px;left: 0;border-radius: 50%;}
.w09-c{display: flex;align-items: flex-start;}
.w09-c-c{padding-left: 1.15vw;border-left: 0.42vw solid #579DD2;width: 224px;height: 88px;}
.w09-b{position: relative;}
.w09-c-ct{font-size: 1.25vw;color: #333333;line-height: 1;padding-bottom: 0.89vw;}
.w09-c-cb{font-size: 0.83vw;color: #666666;line-height: 1.35vw;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.w09-c-ct2{text-align: right;}
.w09-c-cb2{text-align: right;}
.w09-c-c3{padding-right: 1.15vw;border-right: 0.42vw solid #579DD2;width: 224px;height: 88px;}
.w09-c1{position: absolute;top: 37%;left: 48.3%;}
.w09-c2{position: absolute;top: 53%;left: 55.3%;}
.w09-c-c2{margin-top: 90px;}
.w09-c3{position: absolute;top: 41%;left: 13.4%;}
.w09-c-a2{margin-top: 81px;}
.w09-c3 .w09-c-b::after{right: 0;left: auto;bottom: 3px;top: auto;}
.w09-c3 .w09-c-b{margin-left: 0;margin-right: 6px;}
.w09-c4{position: absolute;top: 68%;left: 13.4%;}
.w09-c4 .w09-c-c3{transform: translateY(-50px);}
.w09-c4 .w09-c-b::after{right: 0;left: auto;top: 21px;}
.w09-c4 .w09-c-b{margin-left: 0;margin-right: 6px;}

/* w10 */
.w10{padding: 7.29vw 0;}
.w10 .w01-txt1{margin-bottom: 7.19vw;}
.w10-txt1{font-size: 1.25vw;color: rgba(102, 102, 102, .5);transition: all .3s;}
.w10-txt:hover .w10-txt1{color: #333333;font-size: 1.88vw;transition: all .3s;}
.w10-txt:hover .w10-txt2{color: #666666;transition: all .3s;}
.w10-txt{position: relative;padding-top: 3.1vw;}
.w10-txt1{position: absolute;top: 0;left: 0;}
.w10-txt2{transition: all .3s;font-size: 0.73vw;color: rgba(153, 153, 153, .5);line-height: 1.15vw;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;}
.w10-lunbo{position: relative;padding: 0 3.65vw;}
.w10-lunbo .w10-btn{width: 0.78vw;height: 0.78vw;background: #FFFFFF;border: 0.16vw solid #EEEEEE;border-radius: 50%;margin-bottom: 0.94vw;}
.w10-xt{position: absolute;top: 42.5%;left: 0;right: 0;height: 1px;background: rgba(204, 204, 204, .5);}
.w10-lunbo .swiper-button-next{right: 0;}
.w10-lunbo .swiper-button-prev{left: 0;}
.w10-lunbo .swiper-slide-next .w10-btn{border-color: #db241c;}
.w10-lunbo .swiper-slide-next .w10-txt1{color: #333333;font-size: 1.88vw;}
.w10-lunbo .swiper-slide-next .w10-txt2{color: #666666;}

/* w11 */
.w11{display: grid;grid-template-columns: 100% auto;gap: 0vw;padding-bottom: 6.25vw;border-bottom: 4px solid rgba(204, 204, 204, .5);margin-bottom: 6.25vw;}
.w11-txt2{display: flex;align-items: center;}
.w11-txt{display:grid;grid-template-columns: 30% 30% 30%;}
.w11-txt1{font-size: 1.25vw;color: #333333;line-height: 1;padding-bottom: 1.56vw;margin-bottom: 2.60vw;position: relative;}
.w11-txt1::after{content: '';position: absolute;bottom: 0;left: 0;width: 1.98vw;height: 0.26vw;background: #db241c;}
.w11-txt2-l{width: 0.83vw;margin-right: 0.63vw;}
.w11-txt2-r{font-size: 16px;color: #666666;line-height: 1.25vw;}
.w11-txt2{padding-bottom: 1.67vw;}
.w11-txt2:last-child{padding-bottom: 0;}
.w11-box{display: grid;grid-template-columns: 48% auto;gap: 4.58vw;}
.w11-b-l{overflow: hidden;}
.w11-b-l img{width: 100%;max-width: 100%;display: block;transition: all .7s;height: 100%;object-fit: cover}
.w11-box:hover img{transform: scale(1.2);transition: all .7s;}
.w11-b-rb{display: grid;grid-template-columns: 15% auto;gap: 1.56vw;}
.w11-b-rb1{font-size: 0.83vw;color: #666666;text-align: right;padding-top: 0.83vw;}
.w11-input{height: 3.02vw;outline: none;border: 1px solid rgba(204,204,204,0.5);font-size: 0.83vw;color: #666666;padding: 0 1.56vw;}
.w11-b-rb{margin-bottom: 1.15vw;}
.w11-b-rb:last-child{margin-bottom: 0;}
.w11-input2{resize: none;height: 8.23vw;outline: none;border: 1px solid rgba(204,204,204,0.5);font-size: 0.83vw;color: #666666;padding: 1.56vw;}
.w11-btn{height: 3.02vw;background: #db241c;font-size: 0.83vw;color: #FFFFFF;text-align: center;line-height: 3.02vw;}

/* w12 */
.w12{padding: 5.21vw 0 7.29vw;}
.w12 .w01-txt1{margin-bottom: 3.23vw;}
.w12-top-b{display: flex;align-items: center;justify-content: center;padding: 1.25vw 0;background: rgba(234, 234, 234, .9);position: relative;}
.w12-top-b::after{content: '';position: absolute;top: 0;right: -6px;bottom: 0;width: 0;height: 0;border-top: 1.95vw solid transparent;border-bottom: 1.95vw solid transparent;border-left: 0.63vw solid #FFFFFF;z-index: 1;}
.w12-top-b::before{content: '';position: absolute;top: 0;right: -5px;bottom: 0;width: 0;height: 0;border-top: 1.95vw solid transparent;border-bottom: 1.95vw solid transparent;border-left: 0.63vw solid rgba(234, 234, 234, .9);z-index: 2;}
.w12-top-b:last-child::after{display: none;}
.w12-top-b:last-child::before{display: none;}
.w12-top-b1{width: 1.04vw;height: 1.04vw;background: #D2D2D2;border-radius: 50%;font-size: 0.73vw;color: #666666;margin-right: 0.83vw;display: flex;align-items: center;justify-content: center;}
.w12-top-b2{font-size: 0.94vw;color: #666666;overflow: hidden;max-width: 7.55vw;text-overflow: ellipsis;white-space: nowrap;}
.w12-top{display: grid;grid-template-columns: repeat(7,minmax(0,1fr));margin-bottom: 1.67vw;}
.w12-c{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 5.73vw;padding: 2.60vw 3.65vw;background: rgba(248, 248, 248, .8);border: 1px solid rgba(204,204,204,0.5);}
.w12-cl2 img{width: 100%;max-width: 100%;display: block;transition: all .7s;}
.w12-cl2{overflow: hidden;}
.w12-cl1{font-size: 1.88vw;color: #333333;line-height: 1;padding-bottom: 1.7vw;}
.w12-cr1-l{margin-right: 0.57vw;width: 0.63vw;height: 0.63vw;min-width: 0.63vw;}
.w12-cr1-l img{max-width: 100%;display: block;}
.w12-cr1{display: flex;align-items: center;padding-bottom: 1.98vw;}
.w12-cr1:last-child{padding-bottom: 0;}
.w12-cr1-r{width: -webkit-fill-available;text-align: left;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}
.w12-cr1-r{font-size: 0.83vw;color: #666666;line-height: 1;}
.w12-c:hover .w12-cl2 img{transform: scale(1.2);transition: all .7s;}
.w12-center{margin-bottom: 2.86vw;}
.w12-ul .w12-li{background: #db241c;padding: 1.04vw 2.34vw;font-size: 0.89vw;color: #FFFFFF;display: grid;grid-template-columns: repeat(3,minmax(0,1fr));line-height: 1;}
.w12-ul .w12-li .w12-li-txt:nth-child(1){text-align: left;}
.w12-ul .w12-li .w12-li-txt:nth-child(2){text-align: center;}
.w12-ul .w12-li .w12-li-txt:nth-child(3){text-align: right;}
.w12-ul2 .w12-li{padding: 2.08vw 2.34vw;font-size: 0.89vw;color: #666666;border-bottom: 1px solid rgba(204, 204, 204, .5);display: grid;grid-template-columns: repeat(3,minmax(0,1fr));cursor: pointer;line-height: 1;}
.w12-ul2 .w12-li .w12-li-txt:nth-child(1){text-align: left;position: relative;}
.w12-ul2 .w12-li .w12-li-txt:nth-child(1)::after{content: '';position: absolute;top: 54%;transform: translateY(-46%);left: -1.35vw;width: 0.52vw;height: 0.52vw;background: #CCCCCC;border-radius: 50%;}
.w12-ul2 .w12-li .w12-li-txt:nth-child(2){text-align: center;}
.w12-ul2 .w12-li .w12-li-txt:nth-child(3){text-align: right;}
.w12-b-box{padding: 2.92vw 2.34vw 3.80vw;background: #F8F8F8;display: none;}
.w12-ul3{list-style-type: none;padding-bottom: 2.86vw;}
.w12-ul3 .w12-li{font-size: 0.73vw;color: #333333;line-height: 1;border: none;padding: 0 0 1.04vw 0;display: block;}
.w12-ul3 .w12-li:first-child{font-size: 1.04vw;padding: 0 0 0.78vw 0;font-family: "SourceHanSansCN-Bold";}
.w12-ul3 .w12-li:last-child{padding: 0;}
.w12-b-box-a{padding: 0.52vw 1.04vw;background: #db241c;font-size: 0.83vw;color: #FFFFFF;}
.w12-ul2 .on .w12-li-txt:nth-child(1)::after{background: #db241c;}
.w12-ul2 .on{color: #db241c;}
.w12-ul2 .w12-li:hover .w12-li-txt:nth-child(1)::after{background: #db241c;transition: all .3s;}
.w12-ul2 .w12-li:hover{color: #db241c;transition: all .3s;}

/* 分页 */
.fenye{display: flex;align-items: center;justify-content: center;margin-top: 40px;}
.fenye-1{padding: 0.73vw 0.99vw;background: rgba(235, 235, 235, .55);font-size: 0.73vw;color: #666666;line-height: 1;margin: 0 0.16vw;}
.fenye-2{padding: 0.73vw 0.99vw;background: rgba(235, 235, 235, .55);font-size: 16px;color: #666666;line-height: 1;margin: 0 0.16vw;}
.fenye-3{padding: 0.73vw 0;font-size: 0.73vw;color: #666666;line-height: 1;margin: 0 0.16vw;}
.fenye-4{padding: 0;font-size: 16px;color: #666666;line-height: 1;margin: 0 0.16vw;}
.fenye-4 a{font-size:16px;color: #666666;}
.fenye-5{padding: 0.4vw 0.5vw 0.4vw 0.77vw ;font-size:16px;color: #666666;line-height: 1;margin: 0 0.66vw 0 0.16vw;outline: none;border: none;}
.fenye-w:hover{background: #db241c;color: #FFFFFF;}
.fenye .on{background: #db241c;color: #FFFFFF;}

/* w13 */
.w13{padding:50px 0;}
.w13-top{display: grid;grid-template-columns: 10% auto;align-items: center;padding-bottom: 3.13vw;border-bottom: 1px solid rgba(204, 204, 204, .5);margin-bottom: 2.86vw;}
.w13-title1{font-size: 1.67vw;color: #333333;font-family: "SourceHanSansCN-Bold";line-height: 1;padding-bottom: 0.73vw;}
.w13-title2{font-size: 1.46vw;color: rgba(51, 51, 51, .3);font-family: "Outfit-SemiBold";line-height: 1;}
.w13-nav-a{transition: all .3s;padding: 0.63vw 1.77vw;background: #FFFFFF;font-size: 0.94vw;color: #666666;line-height: 1;margin-left: 0.52vw;}
.w13-nav-a:first-child{margin-left: 0;}
.w13-nav{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.w13-nav-a:hover{background: #db241c;color: #F8F8F8;transition: all .3s;}
.w13-nav .on{background: #db241c;color: #F8F8F8;}
.w13-box{padding-bottom:0px;}
.w13-box li{margin-bottom:40px;border-bottom:1px solid #eee;transition:all 0.3s;}
.w13-box a{justify-content: space-between;}
.w13-b1{overflow: hidden;width:350px;}
.w13-b1 img{width: 100%;object-fit: cover;display: block;transition:all 0.3s;}
.w13-b{width:calc(100% - 400px);box-sizing:border-box;padding:20px;}
.w13-b2{font-size:20px;color: #000;margin-bottom: 1.67vw;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;text-align: left;line-height: 1;}
.w13-b3{font-size:16px;color: #666;line-height:30px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;text-align: left;}
.w13-b4{align-items: center;margin-top:20px;font-size:14px;color:#c3c3c3;}
.w13-b4 img{width:18px;margin-right:5px;opacity: 0.3;}
.w13-b4 samp,.w13-b4 span{font-family:'微软雅黑';}
.w13-box li:hover{box-shadow:0 5px 10px#ccc;}
.w13-box li:hover .w13-b1 img{transform:scale(1.1);}
.w13-box li:hover .w13-b2{color:#db241c;}
.w13-box li:hover .w13-b3{color:#333;}

/* w14 */
.w14{padding:0;}
.w14 .w13-box{padding: 0;border: none;}
.w14-nav{display: flex;align-items: center;padding: 1.04vw 0;border-bottom: 1px solid rgba(204, 204, 204, .5);margin-bottom: 2.24vw;}
.w14-nav-a{font-size: 0.73vw;color: #666666;line-height: 1;}
.w14-nav-img{max-width: 100%;margin: 0.10vw 0.52vw 0;}
.w14-nav-a:hover{color: #db241c;}
.w14-box{padding:40px 0;background: #FFFFFF;}
.w14-b1{font-size:26px;color: #333333;font-family: "SourceHanSansCN-Bold";text-align: center;padding-bottom: 1.04vw;line-height: 1;}
.w14-b2{display: flex;align-items: center;justify-content: center;padding-bottom: 1.82vw;border-bottom: 1px solid rgba(0, 0, 0, .1);margin-bottom: 3.13vw;}
.w14-b2-b{font-size:14px;color: #666666;line-height: 1;display: flex;align-items: center;margin-right: 0.78vw;}
.w14-b2-b:last-child{margin: 0;}
.w14-b2-c{font-size: 14px;color: #666666;line-height: 1;}
.w14-b3{font-size: 16px;color: #666666;line-height:30px;}
.w14-b3 img{max-width: 100%;display: block;}
.w14-b4{display: flex;align-items: center;justify-content: space-between;padding-top:40px;border-top: 1px solid rgba(0, 0, 0, .3);margin-top: 60px;}
.w14-b4-b{display: flex;align-items: center;}
.w14-b4-c{font-size: 16px;color: #333333;white-space: nowrap;margin: 0 0.52vw;}
.w14-b4-c img{max-width: 100%;}
.w14-b4-cs{font-size:14px;color:#333;display:none;}
.w14-b4-img2{display: none;}
.w14-b4-b:hover .w14-b4-img1{display: none;}
.w14-b4-b:hover .w14-b4-img2{display: block;}
.w14-b4-b:hover .w14-b4-c{color: #db241c;}
.w14-title{font-size: 1.35vw;color: #333333;text-align: left;line-height: 1;padding-bottom: 2.08vw;}

/* w15 */
.w15{padding:40px 0;}
.w15-box{display: grid;grid-template-columns: repeat(4,minmax(0,1fr));gap: 2.19vw 2.45vw;}
.w15-lb{background: #fff;padding: 0px 0 20px;display: flex;flex-direction: column;align-items: center;position: relative;overflow: hidden;border:1px solid #dbdbdb;transition: all 0.3s;}
.w15-lb5{flex-direction: column;align-items: center;transition: all .5s;width:85%;}
.w15-lb1{overflow: hidden;display: flex;align-items: center;justify-content: center;margin-bottom:24px;background: #fff;position: relative;}
.w15-lb1 img{max-width: 100%;display: block;transition: all .7s;}
.w15-lb1 p{position:absolute;top:10px;right:10px;display:inline-block;text-align:center;padding:5px;background:#db241c;color:#fff;z-index: 1;}
.w15-lb1 p:after{position:absolute;top:100%;right:0;border-top:10px solid #db241c;border-right:10px solid rgb(255 255 255 / 0%);content: '';}
.w15-lb2{font-size:16px;color: #333;margin-bottom: 0.83vw;max-width: 384px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.w15-lb3{font-size:20px;color: #000;max-width: 384px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.w15-lb4{font-size: 14px;color: #000;margin:24px auto 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;    line-height: 24px;}
.w15-lb7{text-align: right;margin-top:20px;}
.w15-lb7 p{display:inline-block;border:1px solid #dbdbdb;border-radius: 2px;text-align: center;    padding: 8px 12px;}
.w15-lb7 p img{display:block;opacity: 0.2;}
.w15-lb7 p:hover{background:#db241c;border:1px solid #db241c;}
.w15-lb7 p:hover img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);opacity: 1;}
.w15-lb:hover{box-shadow:0 5px 10px #ccc;}
.w15-lb:hover .w15-lb1 img{transform: scale(1.1)}
.w15-lb:hover .w15-lb3{color:#db241c}

/* w16 */
.w16{padding-bottom: 7.29vw;}
.w16 .w14-nav{margin-bottom: 0;border: none;}
.w16-top{background: #373737;}
.w16-top .w14-nav-a{color: #c2c2c2;}
.w16-top .w14-nav-a:hover{color: #db241c;}
.w16-b1{background: #f1f2f5;margin-bottom:50px;}
.w16-b1x{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 6vw;padding:50px 0 50px;align-items: center;}
.w16-lunbo .swiper-slide{background: #f1f2f5;}
.w16-lunbo .swiper-slide img{mix-blend-mode: multiply;width: 100%;max-width: 100%;}
.w16-b1-r1{font-size: 2.21vw;color: #db241c;font-family: "SourceHanSansCN-Bold";line-height: 1;padding-bottom: 2.08vw;}
.w16-b1-r2{font-size: 22px;color: #333333;padding-bottom:20px;}
.w16-b1-r3{list-style-type: none;}
.w16-b1-li{padding-bottom: 1.20vw;font-size: 18px;color: #666666;line-height: 2;}
.w16-b1-li:last-child{padding-bottom: 0;}
.w16-b2-x1{padding-bottom: 3.18vw;text-align: center;font-size: 1.98vw;color: #333333;font-family: "SourceHanSansCN-Bold";line-height: 1;}
.w16-b2-x2{padding: 0.68vw 0 1.72vw;font-size:18px;color: #666666;line-height: 40px;overflow-x: auto;}
.w16-b2-x2 img{max-width:100%;}
.w16-b2-x2 table{ border-collapse:collapse; border: 1px #ccc solid !important; width:100% !important;line-height:22px!important;}
.w16-b2-x2 table td{padding: 8px!important; padding-left:12px !important;word-wrap:break-word;word-break:break-all;border: 1px #ccc solid !important;line-height:22px!important;}
.w16-b2-x2 table td div{padding: 0px!important;height:auto!important;}

.w16-b2-x3{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 1.56vw;}
.w16-b2-x3-img{overflow: hidden;}
.w16-b2-x3-img img{width: 100%;max-width: 100%;transition: all .7s;}
.w16-b2-x3-img:hover img{transform: scale(1.2);transition: all .7s;}
.w16-b2x{padding-bottom: 20px;}
.w16-b2-x4{border: 1px solid rgba(204, 204, 204, .5);}
.w16-b2-x4-b{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));background: rgba(236, 242, 245, .5);}
.w16-b2-x4-b:nth-child(2n){background: #FFFFFF;}
.w16-b2-x4-bb{padding: 1.56vw 5.21vw;border-right: 1px solid rgba(204, 204, 204, .5);font-size: 1.04vw;color: #666666;line-height: 1;}
.w16-b2-x4-bb:last-child{border-right: none;}
.w16-b3{padding-top:60px}
.w16-b3-bx{padding: 40px;background: #FFFFFF;border: 1px solid rgba(204,204,204,0.5);border-radius: 6px;margin-bottom:40px;}
.w16-b3-x2{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 20px 0;}
.w16-b3-x2b{display: grid;grid-template-columns: 20% auto;gap: 1.04vw;}
.w16-b3-x2b1{font-size: 0.83vw;color: #666666;line-height: 1;text-align: right;padding-top: 0.68vw;}
.w16-b3-red::after{content: '*';color: #FF0000;}
.w16-b3-x2b2{width: -webkit-fill-available;height: 2.24vw;background: rgba(255,255,255,0);border: 1px solid rgba(204,204,204,0.5);border-radius: 3px;font-size: 0.83vw;color: #666666;line-height: 1;outline: none;padding: 0 1.04vw 0 1.04vw;}
.w16-b3-x2b2::-webkit-input-placeholder{font-size: 0.83vw;color: rgba(102, 102, 102, .6);line-height: 1;}
.w16-b3-xl{appearance: none;background-image: url('../images/img80.png');background-position: 92% 52%;background-repeat: no-repeat;}
.w16-b3-radio2{position: relative;width: 0.52vw;height: 0.52vw;background: #FFFFFF;border: 1px solid rgba(204, 204, 204, 0.50);border-radius: 50%;margin-right: 0.47vw;}
.w16-b3-radio{display: flex;align-items: center;margin-right: 0.89vw;font-size: 0.83vw;color: rgba(102, 102, 102, .6);line-height: 1;cursor: pointer;}
.w16-b3-radio:last-child{margin-right: 0;}
.w16-b3-x2b3{display: flex;align-items: center;}
.w16-b3-x2b3 .on .w16-b3-radio2::after{content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);background: #db241c;width: 0.26vw;height: 0.26vw;border-radius: 50%;}
.w16-b3-x2b3 .on .w16-b3-radio2{border-color: #db241c;}
.w16-b3-bx2{padding-top: 1.56vw;display: grid;grid-template-columns: 10% auto;gap: 1.04vw;}
.w16-b3-btn{padding: 1.04vw 6.51vw;background: #db241c;border-radius: 3px;font-size: 0.94vw;color: #FFFFFF;line-height: 1;width: fit-content;}
.w16-b3-textarea{height: 5.99vw;padding: 0.65vw 1.04vw;resize: none;}

.qwer-b .qwer-bb:first-child{background: rgba(220,221,221,0.2);border-bottom: none;}
.qwer-b .qwer-bb:first-child .qwer-bbb{font-size: 1.15vw;color: #333333;}
.qwer-bbb{font-size: 1.04vw;color: #727272;font-family: "SourceHanSansCN-Light";}
.qwer-bb{display: grid;grid-template-columns: 90% auto;padding: 26px 40px;align-items: center;border-bottom: 1px solid #E2E2E2;}
.qwer-bb a{cursor: pointer;}
.qwer-bbb:last-child{text-align: right;}
@media (max-width: 1000px){
.qwer-b .qwer-bb:first-child .qwer-bbb{font-size: 14px;}
.qwer-bbb{font-size: 12px;}
.qwer-bb{padding: 15px;grid-template-columns: 80% auto;}
}

/* w17 */
.w17{padding: 4.69vw 0 7.29vw;}
.w17-b1{position: relative;border-radius: 6px;margin-bottom: 2.08vw;}
.w17-b1 img{width: 100%;max-width: 100%;display: block;border-radius: 6px;}
.w17-b1-txt{position: absolute;top: 3.75vw;left: 10.26vw;right: 10.26vw;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;text-align: left;text-align: left;font-size: 0.83vw;color: #004C86;line-height: 1.67vw;}
.w17-b2{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 2.08vw;}
.w17-b2b{padding: 4.69vw 4.58vw 5.21vw;background: #FFFFFF;border: 1px solid rgba(204,204,204,0.5);border-radius: 6px;}
.w17-b2b-1{font-size: 1.46vw;color: #333333;line-height: 1;font-family: "SourceHanSansCN-Bold";padding-bottom: 1.04vw;margin-bottom: 1.04vw;border-bottom: 1px solid rgba(204, 204, 204, .5);}
.w17-b2b-2{list-style-type: none;}
.w17-li{padding-left: 1.30vw;background-repeat: no-repeat;background-position: 0 0.31vw;font-size: 0.83vw;color: #666666;line-height: 1.25vw;padding-bottom: 1.56vw;}
.w17-li:last-child{padding-bottom: 0;}
.w17-b2b-3{margin: 3.54vw 0 0 1.30vw;background: #db241c;}
.w17-b2b-3 img{width: 100%;max-width: 100%;display: block;transform: translate(-1.04vw , 1.04vw);transition: all .7s;}
.w17-b2b2{display: grid;grid-template-columns: repeat(1,minmax(0,1fr));gap: 2.08vw;}
.w17-b2b2b{padding: 2.86vw 4.58vw;background: #FFFFFF;border: 1px solid rgba(204,204,204,0.5);border-radius: 6px;display: grid;grid-template-columns: 30% auto;align-items: stretch;}
.w17-b2b2 .w17-li{padding-bottom: 0.94vw;}
.w17-b2b2b-l{display: flex;align-items: center;justify-content: flex-start;overflow: hidden;}
.w17-b2b2b-l img{max-width: 100%;display: block;transition: all .7s;}
.w17 .w16-b3-bx{margin-bottom: 0;}
.w17-b2b:hover img{transform: translate(0 , 0);transition: all .7s;}
.w17-b2b2b:hover img{transform: scale(0.8);transition: all .7s;}

/* w18 */
.w18{padding: 4.58vw 0 11.15vw;}
.w18-b1{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));align-items: stretch;}
.w18-b1-l{overflow: hidden;}
.w18-b1-l img{width: 100%;height: 100%;object-fit: cover;transition: all .7s;}
.w18-b1-r{padding: 4.53vw 4.69vw 4.53vw 5.78vw;background: #FFFFFF;display: flex;flex-direction: column;justify-content: center;}
.w18-b1-r1{font-size: 1.88vw;color: #333333;line-height: 1;padding-bottom: 3.54vw;text-align: left;}
.w18-b1-r2{font-size: 0.83vw;color: #666666;line-height: 1.67vw;text-align: left;}
.w18-b1-r .w17-b2b-1{margin-top: 3.91vw;}
.w18-b1{margin-bottom: 5.31vw;}
.w18-b2{background: #FFFFFF;padding: 5.21vw 0 7.29vw;}
.w18-b2b{margin-top: 2.03vw;}
.w18-b2b img{max-width: 100%;display: block;margin: 0 auto;}
.w18-b3{padding-top: 5.21vw;}
.w18-b3b{height: 25.00vw;background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
.w18-b3b::after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(255, 255, 255, .1);}
.w18-b3b{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));}
.w18-b3bb{position: relative;height: 100%;z-index: 1;}
.w18-b3bb::after{content: '';position: absolute;top: 0;left: 0.5px;right: 0.5px;bottom: 0;background: rgba(0, 0, 0, .5);z-index: -1;transition: all .7s;}
.w18-b3bb{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.w18-b3bb1{font-size: 1.67vw;color: #FFFFFF;padding-bottom: 1.04vw;line-height: 1;}
.w18-b3bb2{font-size: 1.15vw;color: #FFFFFF;padding-bottom: 2.19vw;margin-bottom: 1.98vw;line-height: 1;;position: relative;}
.w18-b3bb2::after{content: '';position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;height: 1px;width: 1.67vw;background: #FFFFFF;}
.w18-b3bb3{font-size: 0.83vw;color: rgba(255, 255, 255, .6);margin-bottom: 1.15vw;line-height: 2;text-align: center;}
.w18-b3bb3:last-child{margin: 0;}
.w18-b3bb:hover::after{bottom: 100%;transition: all .7s;}
.w18-b1-l:hover img{transform: scale(1.2);transition: all .7s;}

/* w19 */
.w19{padding: 4.17vw 0 7.29vw;}
.w19-box{display: grid;grid-template-columns: 40% auto;gap: 2.34vw;align-items: stretch;}
.w19-b{padding: 4.69vw 3.65vw 3.65vw;background: #FFFFFF;}
.w19-b1{font-size: 1.98vw;color: #333333;line-height: 1;padding-bottom: 2.08vw;margin-bottom: 1.98vw;border-bottom: 1px solid rgba(204, 204, 204, .5);}
.w19-b2{font-size: 0.94vw;color: #666666;line-height: 1.67vw;margin-bottom: 1.93vw;}
.w19-b3{overflow: hidden;}
.w19-b3 img{width: 100%;max-width: 100%;display: block;transition: all .7s;}
.w19-ul{list-style-type: none;}
.w19-li{display: grid;grid-template-columns: 15% auto;align-items: flex-start;margin-bottom: 3.65vw;}
.w19-li:last-child{margin-bottom: 0;}
.w19-li-r1{font-size: 1.25vw;color: #333333;line-height: 1;margin-bottom: 1.04vw;}
.w19-li-r2{font-size: 0.83vw;color: #666666;line-height: 1.67vw;}
.w19-li-color{color: #db241c;}
.w19-b:hover .w19-b3 img{transform: scale(1.2);transition: all .7s;}

/* w20 */
.w20{background-size: cover;background-position: center;background-repeat: no-repeat;padding-bottom:0;}
.w20 .main{width: 1200px;}
.w20-box{padding: 3.54vw 3.39vw 40px;background: #FFFFFF;transform: translateY(-4.90vw);}
.w20-b1{display: flex;align-items: stretch;margin-bottom: 3.49vw;justify-content: space-between;}
.w20-b1b{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.w20-b1b1{margin-bottom: 1.20vw;}
.w20-b1b1 img{filter: brightness(0);}
.w20-b1b{border-right: 1px solid rgba(204, 204, 204, .5);}
.w20-b1-a:last-child .w20-b1b{border: none;}
.w20-b1b:hover .w20-b1b2{color: #db241c;}
.w20-b1b:hover .w20-b1b1 img{filter: brightness(1);}
.w20-b1 .on .w20-b1b2{color: #db241c;}
.w20-b1 .on .w20-b1b1 img{filter: brightness(1);}
.w20-b1b2{font-size: 0.94vw;color: #333333;line-height: 1;}
.w20-b2{padding: 0 2.60vw 10px;background: #F8F8F8;list-style-type: none;}
.w20-li-img{margin-right: 18px;max-width: 100%;display: block;transition: all .5s;}
.w20-li a{align-items: center;padding: 1.56vw 0;border-bottom: 1px solid rgba(204, 204, 204, .5);color:#333;box-sizing: border-box;width: 100%;justify-content: space-between;}
.w20-li a span{align-items:center;}
.w20-li a samp{color:#333;}
.w20-li a samp:hover{color:#db241c;}
.w20-li{font-size: 15px;color: #666666;line-height: 1;}
.w20-box{-webkit-animation: slide-in-fwd-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: slide-in-fwd-bottom 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
@-webkit-keyframes slide-in-fwd-bottom {0% {-webkit-transform: translateZ(-1400px) translateY(800px);transform: translateZ(-1400px) translateY(800px);opacity: 0;}100% {-webkit-transform: translateZ(0) translateY(-4.90vw);transform: translateZ(0) translateY(-4.90vw);opacity: 1;}}
@keyframes slide-in-fwd-bottom {0% {-webkit-transform: translateZ(-1400px) translateY(800px);transform: translateZ(-1400px) translateY(800px);opacity: 0;}100% {-webkit-transform: translateZ(0) translateY(-4.90vw);transform: translateZ(0) translateY(-4.90vw);opacity: 1;}}
.w20-li:hover .w20-li-img{transform: translateX(7px);transition: all .5s;}
.w20-li{position: relative;}
.w20-li::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;width: 0;height: 1px;background: #db241c;transition: all .7s;}
.w20-li:hover::after{width: 100%;transition: all .7s;}
.w20-li:hover{color: #db241c;}
.w20-b1-a{height: 100%;width: 50%;}
.w20-b1b{height: 100%;justify-content: space-between;}

/* w21 */
.w21{padding-bottom: 5.21vw;}
.w21-box{background-size: cover;background-position: center;background-repeat: no-repeat;padding-top: 4.17vw;}
.w21-box .w14-b4{border: none;margin: 0;}
.w21-b1{font-size: 0.94vw;color: #333333;line-height: 1;padding-bottom: 2.50vw;text-align: center;}
.w21-b2{padding: 3.80vw 3.80vw 2.92vw 3.80vw;background: #F8F8F8;font-size: 0.83vw;color: #666666;line-height: 1.77vw;}
.w21-b3 .w01-txt1{padding: 0;margin-bottom: 2.19vw;}
.w21-b3 .w01-txt3{padding-bottom: 3.13vw;}
.w21 .w16-b3-bx{margin-bottom: 0;}
.w21-box .w14-box{-webkit-animation: slide-in-fwd-bottom2 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: slide-in-fwd-bottom2 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
@-webkit-keyframes slide-in-fwd-bottom2 {0% {-webkit-transform: translateZ(-1400px) translateY(800px);transform: translateZ(-1400px) translateY(800px);opacity: 0;}100% {-webkit-transform: translateZ(0) translateY(0);transform: translateZ(0) translateY(0);opacity: 1;}}
@keyframes slide-in-fwd-bottom2 {0% {-webkit-transform: translateZ(-1400px) translateY(800px);transform: translateZ(-1400px) translateY(800px);opacity: 0;}100% {-webkit-transform: translateZ(0) translateY(0);transform: translateZ(0) translateY(0);opacity: 1;}}

.w125-img img{width: 100%;max-width: 100%;display: block;}
.w01-txt3 br{display: none;}
.w01 .w01-txt3 br{display: block !important;}


/*6.28*/
.onli{margin:60px auto;}
.ons{border:0;padding:0;}
.ont{display:block;text-align: center;}

.i-cux{padding:50px 0;position: relative;}
.i-cou{padding:0px 0 1.2rem;margin:auto;justify-content: space-between;flex-wrap: wrap;}
.i-cox{width:47%;}
.i-coxa{line-height:30px;color:#666;font-size: 15px;}
.i-cous{width:35%;}
.i-cont{font-size:26px;margin:0px auto 0px;font-weight: bold;color:#3390cf;}
.i-cont p{position:relative;padding-bottom:15px;}
.i-cont p:after{content:'';width:50px;height:5px;background:#f27e01;position:absolute;bottom:0;left:0;}
.i-conx{font-size:16px;margin:20px auto;line-height:26px;color:#666;}
.i-cons{border-bottom:1px solid #eee;border-top:1px solid #eee;padding:0.3rem 0;}
.i-cons p{color:#999;margin-bottom:10px;}
.i-cons a{font-weight:bold;font-size:20px;color:#666;}
.i-cons a:hover{color:#3390cf;}

.fes{width:50%;}
.fess h4{font-size:26px;color:#555;margin-bottom:20px;line-height: 30px;}
.fess p{color:#666;font-size:16px;margin-bottom:30px;line-height: 30px;}
#map_container{height:400px;}

/*人才*/
.i-fat{margin:50px auto 0;}
.i-fata{font-size:26px;font-weight:bold;margin-bottom:5px;}
.i-fatb{font-size:18px;color:#666;margin-bottom:20px;}
.i-fatc{line-height:30px;margin-bottom:30px;box-sizing: border-box;padding:0 50px 30px;color:#555;font-size: 15px;}

.i-fatt{margin-bottom:80px;}
.i-fatt li{margin-bottom:10px;font-size:16px;}
.i-fatta{display:flex;justify-content: space-between; cursor: pointer;border-bottom: 1px solid #eee;border-top: 1px solid #eee;}
.i-fattaa{font-weight:bold;border-left:4px solid #DB261F;line-height:60px;padding-left:20px;box-sizing:border-box;}
.i-fattab{width:60%;display:flex;justify-content: flex-end;}
.i-fattaba{display:flex;width: 70%;align-items: center;}
.i-fattaba p{margin-right:50px;}
.i-fattabb{width:20px;background:#DB261F;position:relative;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.i-fattabb:after{content:'';width:10px;height:2px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,50%)}
.i-fattabb:before{content:'';width:2px;height:10px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-28%)}
.i-fattb{padding:30px;font-size:14px;line-height:26px;display:none;box-shadow: 0 0 20px #ccc inset;box-sizing: border-box;color: #666;}

@media (max-width: 1700px){
	.main{width: 1300px;}
	.w10-xt{top: 40.5%;}
	.w09-c3{top: 39%;left: 8.4%;}
	.w09-c4{top: 68%;left: 6.8%;}
	.w16-b1-li{font-size:16px;}
}
@media (min-width: 1350px) and (max-width: 1500px){
	.w02-lunbo .swiper-button-next{}
	.w02-lunbo .swiper-button-prev{}
	.banner-img img{width: 70%;}
	.banner-img{text-align: right;}
	.w16-b1-li,
	.w16-b1-r2,
	.w16-b1-r1,
	.w16-b2-x4-bb,
	.w12-b-box-a,
	.w12-ul3 .w12-li,
	.w06-f-l,
	.w16-b3-x2b2,
	.w14-b3,
	.w14-b2-b,
	.w14-nav-a,
	.w13-b3,
	.w13-b2,
	.w13-nav-a,
	.w13-title2,
	.w13-title1,
	.w19-li-r2,
	.w19-li-r1,
	.w19-b2,
	.w19-b1,
	.w18-b3bb3,
	.w18-b3bb2,
	.w18-b3bb1,
	.w18-b1-r2,
	.w18-b1-r1,
	.w16-b2-x1,
	.w17-li,
	.w17-b2b-1,
	.w17-b1-txt,
	.banner-top-txt3-b,
	.banner-top-txt3,
	.w16-b3-btn,
	.w16-b3-radio,
	.w16-b3-x2b1,
	.w14-b4-c,
	.w21-b2,
	.w21-b1,
	.w14-b1,
	.w20-li,
	.w20-b1b2,
	.fenye,
	.w12-li-txt,
	.w12-cr1-r,
	.w12-cl1,
	.w12-top-b,
	.w11-btn,
	.w11-b-rb1,
	.w11-txt2-r,
	.w11-txt1,
	.w10-txt1,
	.w10-txt2,
	.w08-bb-txt,
	.w08-a,
	.banner-top-txt,
	.h-li-xl a,
	.f-b-l a,
	.f-a,
	.w06-f-r4,
	.w06-f-r3,
	.w06-f-r2,
	.w06-f-r,
	.w05-d2,
	.w04-c-txt1,
	.w03-b-l-box3,
	.w03-b-l-box2,
	.w01-txt1-1,
	.w02-lb4,
	.w02-lb3,
	.w02-lb2,
	.w02-t,
	.w01-txt5,
	.w01-txt3,
	.w01-txt2,
	.w01-txt1,
	.banner-txt2,
	.banner-txt1{}
	.h-a{}
}
@media (max-width: 1350px){
	.footer .main,
	.header .main{width: 90%;}
	.main{width: 1000px;}
	.w10-xt{top: 37.5%;}
	.w09-c4{top: 68%;left: -5.7%;}
	.w09-c3{top: 34%;left: -1.6%;}
	.w10-txt{padding-top: 2.6vw;}
	.w20 .main{width: 850px;}
	.w17-b2b2b-l img{max-width: 60%;}
	.banner-img{text-align: right;}
	.banner-img img{width: 70%;}
	.w16-b2-x2{line-height:30px;}
}
@media (max-width: 1350px){
}
@media (max-width: 1000px){
	.w05-e::after{bottom: 100%;transition: all .5s;}
	.w04-box .w01-txt3{width: 84%;margin: auto;line-height: 1.2;}
	.w04-c  .w04-c-txt4{transform: translateY(0);transition: all .7s;}
	.main{width: 80%;}
	.header{display: none;}
	.m-header{display: block;}
	.container{margin-top:40px;}
	.banner-box{display:none;height:auto;}
	.banner-boxs{height: auto;display:block;}
	.banner-boxs img{width:100%;}
	.banner-img{bottom: 10.14vw;}
	.banner-lunbo .swiper-pagination{bottom: 3.56vw;}
	.w01-txt3{line-height: 1.2;font-size: 14px;}
	.w01-txt3 br{display: none;}
	.banner-txt1{font-size: 14px;}
	.banner-txt2{font-size: 18px;}
	.w01-txt1{font-size: 30px;}
	.w01-txt2{font-size: 16px;}
	.w01-txt4{grid-template-columns: repeat(4,minmax(0,1fr));gap: 15px;}
	.w01-timer{font-size: 18px;}
	.w01-txt5-t{font-size: 12px;}
	.w01-txt5-b{font-size: 12px;}
	.w01-abou{flex-wrap:wrap;}
	.w01-aboua{width:100%;}
	.w01-aboub{width:100%;}
	.w01-abouba{margin-top: 30px;text-align:center;font-size: 13px;}
	.w01{background-size:100%;}
	.w01-aboubc{font-size:20px;margin-bottom: 20px;}
	.w01-aboub .w01-txt3{font-size: 13px;line-height: 24px;}
	.w02-title{flex-wrap: wrap;}
	.w02-t{margin-bottom: 10px;font-size: 14px;}
	.w03-b{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w03-b-l-box{padding: 10px;}
	.w02-lb2{font-size: 14px;}
	.w02-box{padding: 0px 0 40px;}
	.w02-lb3{font-size: 16px;}
	.w02-lb4{font-size: 13px;}
	.w03-b-l-box2{font-size: 16px;}
	.w03-b-l-box3{font-size: 12px;line-height: 1.2;-webkit-line-clamp: inherit;}
	.w03-b-l-box3 br{display: none;}
	.w03-b-l-box3{height: 50px;}
	.w03-box{padding: 40px 0;}
	.w04-b{grid-template-columns: repeat(1,minmax(0,1fr));gap: 15px;}
	.w04-d{gap: 15px;}
	.w04-c-txt1{font-size: 16px;line-height: 1;}
	.w04-c-txt2{font-size: 12px;line-height: 1.25;}
	.w04-a li{width:48%;}
	.w04-box{padding: 40px 0;}
	.w05-b{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w05-d2{font-size: 16px;line-height: 1;}
	.w05-d3{font-size: 12px;line-height: 1.2;}
	.w05-e{transform: translateY(0);}
	.w04-c-txt4{transform: translateY(16.58vw);}
	.w05-d4{font-size: 12px;}
	.w05-b{height: 166vw;}
	.w03-b-l .w03-b-l-box:nth-child(2n){border-right: 1px solid #d1d7d9;}
	.w06-b{grid-template-columns: repeat(1,minmax(0,1fr));gap: 15px;}
	.w06-d {margin-left:0;border-top: 2px solid #db241c;padding-top: 30px;}
	.w06-f-l{font-size: 14px;}
	.w06-f-r1{font-size: 16px;color:#000;}
	.w06-f-r{padding-bottom: 20px;margin-bottom:20px;}
	.w06-f-r2{padding: 10px 0;font-size: 12px;}
	.w06-f-r3{font-size: 14px;line-height: 24px;}
	.w06-f-r4{font-size: 12px;}
	.w06-f{grid-template-columns: 7% auto;}
	.w07-title{font-size: 12px;}
	.f-box{grid-template-columns: repeat(1,minmax(0,1fr));gap: 15px;}
	.w07-b{height: 300px;}
	.f-box{justify-items: center;}
	.f-right-t{flex-direction: column;}
	.f-nav{padding-bottom: 10px;}
	.f-a{font-size: 14px;}
	.f-nav{flex-wrap: wrap;justify-content: center;}
	.f-b-l{font-size: 12px;}
	.f-b-l a{font-size: 12px;}
	.f-right-b{align-items: flex-start;}
	.f-logo img{max-width: 70%;margin: 0 auto;}
	.w07 .footer{background: #edf3f5;}
	.banner-top-txt{font-size: 20px;}
	.w08-a{font-size: 15px;}
	.w08-bb-txt{font-size: 14px;line-height: 24px;}
	.w01-txt1-1{font-size: 14px;}
	.w08-bb{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w10-txt1{font-size: 16px;color: #333333;}
	.w10-txt2{font-size: 12px;line-height: 1.2;}
	.w10-lunbo .w10-btn{width: 10px;height: 10px;margin-bottom: 3.94vw;}
	.w10-txt {padding-top: 8.6vw;}
	.w11{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w11-txt1{font-size: 14px;}
	.w11-txt2-r{font-size: 12px;line-height: 1.2;}
	.w11-txt2-l{width: 4.83vw;min-width: 4.83vw;}
	.w11-box{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w11-b-rb1{font-size: 14px;}
	.w11-input{height: 7.02vw;font-size: 14px;width: -webkit-fill-available;}
	.w11-input2{font-size: 14px;}
	.w04-c-txt3{font-size: 12px;}
	.w16-b3-radio{font-size: 14px;}
	.w16-b3-textarea{font-size: 14px;}
	.w16-b3-textarea::-webkit-input-placeholder{font-size: 14px;}
	.w11-b-rb{grid-template-columns: 20% 78%;}
	.w11-btn{height: 7.02vw;line-height: 7.02vw;font-size: 14px;}
	.w12-top-b2{max-width: 25vw;}
	.w12-top{grid-template-columns: repeat(2,minmax(0,1fr));}
	.w12-top-b:nth-child(2n)::after{display: none;}
	.w12-top-b:nth-child(2n)::before{display: none;}
	.w12-top-b::after{border-top: 14px solid transparent;border-bottom: 14px solid transparent;border-left: 5px solid #FFFFFF;}
	.w12-top-b::before{border-top: 14px solid transparent;border-bottom: 14px solid transparent;border-left: 5px solid rgba(234, 234, 234, .9);}
	.w12-c{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w12-top-b2{font-size: 12px;}
	.w12-top-b1{font-size: 12px;width: 4.04vw;height: 4.04vw;}
	.w12-cl1{font-size: 18px;}
	.w12-cr1-r{font-size: 12px;}
	.w12-cr1-l{margin-right: 2vw;width: 2vw;height: 2vw;min-width: 2vw;}
	.w12-ul .w12-li{font-size: 12px;}
	.w12-ul2 .w12-li{font-size: 12px;}
	.w11-txt1::after{width: 30px;}
	.w12-ul2 .w12-li .w12-li-txt:nth-child(1)::after{width: 5px;height: 5px;left: -7px;}
	.w12-ul3 .w12-li:first-child{font-size: 14px;}
	.w12-ul3 .w12-li{font-size: 12px;}
	.w12-b-box-a{font-size: 14px;}
	.fenye-2{font-size: 12px;}
	.fenye-4 a{font-size: 12px;}
	.fenye-1{font-size: 12px;}
	.fenye-3{font-size: 12px;}
	.fenye-5{font-size: 12px;}
	.banner-top-txt2{font-size: 12px;}
	.w15-box{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w02-lb{}
	.w16-b1x{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w14-nav-a{font-size: 12px;}
	.w16-b1-r1{font-size: 18px;}
	.w16-b1-r2{font-size: 16px;line-height: 1;}
	.w16-b1-r2 br{display: none;}
	.w16-b1-li{font-size: 14px;}
	.w16-b2-x1{font-size: 20px;}
	.w16-b2-x2{font-size: 14px;}
	.w16-b2-x3{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w16-b2-x4-bb{font-size: 12px;}
	.w16-b3-x2{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w16-b3-x2b2{height: 9.24vw;font-size: 14px;}
	.w16-b3-x2b1{font-size: 14px;padding-top: 2.68vw;}
	.w16-b3-x2b3{height: 9.24vw;}
	.w16-b3-radio2{width: 3.52vw;height: 3.52vw;}
	.w16-b3-x2b3 .on .w16-b3-radio2::after{width: 1.26vw;height: 1.26vw;}
	.w16-b3-x2b{grid-template-columns: 30% 70%;}
	.w16-b3-bx2{grid-template-columns: 30% 70%;}
	.w16-b3-textarea{height: 19.24vw;padding: 2.65vw 1.04vw;}
	.w16-b3-btn{font-size: 14px;}
	.w20 .main{width: 90%;}
	.banner-top-txt3{font-size: 20px;}
	.banner-top-txt3-b{font-size: 20px;}
	.w20-b1b2{font-size: 14px;}
	.w20-li{font-size: 14px;}
	.w14-b1{font-size: 18px;}
	.w14-b4{margin-top: 40px;padding-top: 20px;flex-wrap: wrap;}
	.w14-b4-b{width:100%;}
	.w21-b1{font-size: 16px;padding: 2.5vw;}
	.w21-b2{font-size: 12px;line-height: 1.2;}
	.w14-b4-c .w14-b4-img1{transform: scale(0.6);}
	.w14-b4-c{font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.w14-b4-cs{display:block;}
	.ts{display:none;}
	.banner-top-bj{height: 40vw;}
	.w17-b1 img{height: 100px;object-fit: cover;}
	.w17-b1-txt{font-size: 12px;line-height: 1.25;overflow: inherit;-webkit-line-clamp: inherit;}
	.w14-b2-c{font-size: 12px;}
	.w14-title{font-size: 20px;}
	.w17-b2{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w17-li{font-size: 12px;line-height: 1.2;padding-left: 5.3vw;}
	.w17-b2b-1{font-size: 14px;}
	.w18-b1{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w18-b1-r1{font-size: 13px;}
	.w18-b1-r2{font-size: 12px;line-height: 1.2;}
	.w18-b3b{grid-template-columns: repeat(1,minmax(0,1fr));height: 125vw;}
	.w18-b3bb1{font-size: 16px;}
	.w18-b3bb2{font-size: 13px;}
	.w18-b3bb3{font-size: 12px;}
	.w19-box{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w19-b1{font-size: 14px;}
	.w19-b2{font-size: 12px;line-height: 1.2;}
	.w19-li{grid-template-columns: 26% auto;}
	.w19-li-r1{font-size: 13px;}
	.w19-li-r2{font-size: 12px;line-height: 1.2;}
	.w13-top{grid-template-columns: repeat(1,minmax(0,1fr));}
	.w13-title1{font-size: 20px;}
	.w13-title2{font-size: 20px;}
	.w13-nav-a{font-size: 16px;}
	.w13-b2{font-size: 14px;}
	.w13-b3{font-size: 12px;line-height: 1.2;}
	.w14-nav-a{max-width: 180px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.w14-b2{flex-wrap: wrap;}
	.w14-b2-b{font-size: 13px;}
	.w14-b3{font-size: 14px;line-height:26px;}
	.w07-bb{border-radius: 50px 50px 0px 0px;}
	.w01-txt2{padding-bottom: 6.34vw;}
	.w01-txt3{padding-bottom: 15.38vw;}
	.w01-box{}
	.w02 .w01-txt3{padding-bottom:30px;}
	.w02-lb1{width: auto;}
	.w02-lb6-1{font-size: 16px;}
	.w02-lb6-2{font-size: 14px;}
	.w02-lb6-3{font-size: 12px;line-height: 1.2;}
	.w02-lb6{padding: 20px;}
	.w10-txt2{color: #666666;}
	.w10-lunbo .w10-btn{border-color: #db241c;}
	.w17-b1{height: 48vw;}
	.w17-b1 img{height: 100%;}
	.w01-txt3 br{display: block;}
	.w01 .w01-txt3 br{display: none !important;}
	.m-header-logo img{width:auto;height:32px;}
	.m-header-logo{display:flex;}
	.m-header-logo a{display:block;}
	.w11-txt{grid-template-columns: 45% 45%;justify-content: space-between;}
	.banner{margin-bottom:30px;}
	.foot-left-down{display:none;}
	.foot-left{width:150px;}
	.foot-logo img{width:100%;}
	.foot-spo{width: calc(100% - 200px);}
	.fr-add p{line-height: 26px;font-size: 13px;}
	.foot-right{margin:15px auto;}
	.fr-d p{margin:auto;width: 100px;}
	.fr-b{font-size:13px;}
	.fr-b a{font-size:13px;}
	.w06-box{padding: 0 0 30px;}
	.kus{display:none;}
	.w08-box{max-width:100%;}
	.kut ul{justify-content: flex-start;}
	.w08-b{padding: 30px 0;}
	.w08-b .w01-txt1{margin-bottom: 20px;}
	.b-abou {font-size: 30px;}
	.b-abos{flex-wrap: wrap;}
	.b-abxxa{width:100%;}
	.b-abxxb{width:100%;padding:5%;}
	.b-abxxbb{font-size:16px;line-height: 30px;}
	.b-abpa p{font-size:14px;padding: 10px 10px;margin-left: 5px;}
	.b-absb li p{padding: 10px 0;}
	.b-abst{padding:0;}
	.b-absj{display:none;}
	.kut ul a{font-size: 14px;padding: 10px 10px;}
	.sty ul p {padding: 10px 0;font-size:14px;}
	.sty ul{gap: 10px;grid-template-columns: repeat(3, minmax(0, 1fr));}
	.sty {padding: 30px 0;}
	.w13-b1{width: 290px;}
	.w13-b{width: calc(100% - 320px);}
	.w13-b2{font-size: 18px;margin-bottom: 20px;}
	.w13-b3{font-size:14px;line-height: 24px;}
	.w13{padding: 0px 0 20px;}
	.w14-box{padding:0 0 30px;}
	.fess h4{font-size: 20px;margin-bottom: 10px;}
	.fess p{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
	.i-coxa{line-height: 24px;font-size: 14px;}
	.i-fata{    font-size: 20px;}
	.i-fatb {font-size: 16px;}
	.i-fatc{padding:0;line-height: 26px;}
	.i-fattaba p {margin-right: 10px;}
	.i-fattaba{justify-content: space-between;}
	.c-abt{margin: 30px auto 0;padding: 20px 0;}
	.c-abs {margin: 30px auto 0;}
	
}
@media (max-width: 700px){
	.w125-img img{transform: scale(1.5);}
	.w125-img{overflow: hidden;}
	.w01-txt1 {font-size: 24px;}
	.foot-left{display:none;}
	.foot-spo{border:0;width:100%;padding:0;}
	.foot-right{flex-wrap: wrap;}
	.foot-right&gt;div:nth-child(2){display:none;}
	.w02-lunbo .swiper-button-next{right:10px;}
	.w02-lunbo .swiper-button-prev{left:10px;}
	.kut ul a{padding: 10px 15px;}
	.kut {margin-top: 10px;}
	.w08-bb-txt h4{font-size: 18px;}
	.b-abou {font-size: 22px;}
	.b-abos{margin-top: 10px;}
	.b-abxxbb {font-size: 12px;line-height: 24px;}
	#abx {padding-top: 10px;}
	.b-abpp{flex-wrap: wrap;}
	.b-abpa{width:100%;}
	.b-abpa p{margin:10px 5px 0 0;}
	.b-abs{padding-bottom: 40px;}
	.w08-a{margin-right: 10px;padding: 10px 10px;}
	.banner-top-txt p{padding: 7px 20px;}
	.w02-lb3{margin-bottom: 10px;}
	.w02-lb7{margin-top: 10px;}
	.w02-lb7 p{padding: 5px 9px;}
	.w16-b1-li{line-height: 22px;}
	.w16-b1x{padding: 20px 0 20px;}
	.w16-b1{margin-bottom: 30px;}
	.w16-b3-bx{padding: 15px;}
	.w16-b3-x2{gap: 10px 0;}
	.w16-b3{padding-top: 20px;}
	.sty ul {gap: 10px;grid-template-columns: repeat(2, minmax(0, 1fr));}
	.w13-box a{flex-wrap:wrap;}
	.w13-b1{width: 190px;}
	.w13-b{width: calc(100% - 200px);padding: 5px;}
	.w13-b2{font-size: 15px;margin-bottom: 10px;}
	.w13-b4{margin-top: 10px;}
	.w14-b4-c{margin:auto;width:100%;}
	.w14-b4-cs{width:100%;margin-top:10px;}
	.w14-b4-b{flex-wrap: wrap;}
	.i-cox{width:100%;margin-bottom:20px;}
	.fes{width:100%;}
	#map_container{height:300px;}
	.i-fatt li{font-size:14px;}
	.i-fattab{width:70%;}
	.i-fat{margin: 20px auto 0;}
	.i-fata {font-size: 16px;}

}
@media (max-width: 400px){
	.main{width: 87%;}
	.w13-b1{width:100%;margin-bottom:10px;}
	.w13-b{width:100%;}
	.w13-box li{margin-bottom:10px;padding-bottom:10px;}
}</pre></body></html>